home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / daymisckit_proj / Examples / DAYString / ReadMe < prev    next >
Text File  |  1995-06-12  |  406b  |  14 lines

  1.  
  2. WHAT'S HERE:
  3.  
  4. A simple test program is provided which demonstrates how to use the object
  5. and tests a few of the basic features.  To compile the test program
  6. StringTest.m, type:  (assuming daymisckit is installed properly)
  7.  
  8. cc -O -Wall -o StringTest StringTest.m -ldaymisckit -lNeXT_s
  9.  
  10.  
  11.  
  12. This program was used to verify proper operation of some, but not all, of
  13. the DAYString's methods during development.
  14.